RecordOwners
The RecordOwners element is the parent node for all record owners and record owner groups. Nested within the RecordOwners tag are elements that define the individual record owners and record owner groups, record owner information, time data records and time data values for the historical or forecast input data.
Note:
The terms "Input Owner" and "Record Owner" are used interchangeably throughout the ELF system and in this documentation. See External Input Data Import for more information about this entity. The input XML file uses RecordOwner and RecordOwners elements.
Properties
| Property | Description |
|---|---|
|
Case Sensitive |
Yes |
|
Required |
Yes |
|
Number of Instances Allowed |
1 |
|
Requires End Tag |
Yes |
|
Parent Element |
|
|
Child Elements |
|
|
Attributes |
None |
Example
|
<RecordOwners> <RecordOwner id="Port of Houston TX"> <OwnerDescription>Port of Houston</OwnerDescription> <GroupID>Texas</GroupID> <TimeDataRecords> <TimeDataRecord start_time="2024-01-01T00:00:00.000-08:00" end_time="2024-01-01T01:00:00.000-08:00"> <TimeDataValue type="AVTEMP" units="F">53.1</TimeDataValue> <TimeDataValue type="DEWPOINT" units="F">25.5</TimeDataValue> <TimeDataValue type="PRESSURE" units="inH2O">30.33</TimeDataValue> . . . <TimeDataValue type="RADIATION" units="watts/m2">32767</TimeDataValue> </TimeDataRecord> </TimeDataRecords> </RecordOwner> </RecordOwners> |

